home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMEDITVALUE / TFRMEDITVALUE.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.3 KB  |  133 lines

  1. object frmEditValue: TfrmEditValue
  2.   Left = 218
  3.   Top = 126
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = '-'
  7.   ClientHeight = 128
  8.   ClientWidth = 432
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblValueName: TLabel
  21.     Left = 4
  22.     Top = 8
  23.     Width = 345
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'Value &name:'
  27.     FocusControl = edtValueName
  28.   end
  29.   object lblValueData: TLabel
  30.     Left = 4
  31.     Top = 52
  32.     Width = 337
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'Value &data:'
  36.     FocusControl = edtValueData
  37.   end
  38.   object imgBinary: TImage
  39.     Left = 368
  40.     Top = 4
  41.     Width = 16
  42.     Height = 16
  43.     Picture.Data = {<image000.ico>}
  44.     Visible = False
  45.   end
  46.   object imgString: TImage
  47.     Left = 388
  48.     Top = 4
  49.     Width = 16
  50.     Height = 16
  51.     Picture.Data = {<image001.ico>}
  52.     Transparent = True
  53.     Visible = False
  54.   end
  55.   object imgNA: TImage
  56.     Left = 408
  57.     Top = 4
  58.     Width = 16
  59.     Height = 16
  60.     Picture.Data = {<image002.ico>}
  61.     Visible = False
  62.   end
  63.   object edtValueName: TEdit
  64.     Left = 0
  65.     Top = 24
  66.     Width = 429
  67.     Height = 21
  68.     TabOrder = 0
  69.   end
  70.   object btnCancel: TButton
  71.     Left = 354
  72.     Top = 101
  73.     Width = 75
  74.     Height = 25
  75.     Anchors = [akRight, akBottom]
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 3
  80.   end
  81.   object btnOk: TButton
  82.     Left = 274
  83.     Top = 101
  84.     Width = 75
  85.     Height = 25
  86.     Anchors = [akRight, akBottom]
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 2
  91.   end
  92.   object edtValueData: TEdit
  93.     Left = 0
  94.     Top = 68
  95.     Width = 429
  96.     Height = 21
  97.     TabOrder = 1
  98.     OnKeyPress = edtValueDataKeyPress
  99.   end
  100.   object IvTranslator1: TIvTranslator
  101.     DictionaryName = 'dcoAMStepBuilder'
  102.     Left = 152
  103.     Top = 100
  104.     TargetsData = (
  105.       1
  106.       6
  107.       (
  108.         '*'
  109.         'Hint'
  110.         0)
  111.       (
  112.         '*'
  113.         'Caption'
  114.         0)
  115.       (
  116.         'TMemo'
  117.         'Text'
  118.         0)
  119.       (
  120.         '*'
  121.         'Lines'
  122.         0)
  123.       (
  124.         '*'
  125.         'Items'
  126.         0)
  127.       (
  128.         '*'
  129.         'Cells'
  130.         0))
  131.   end
  132. end
  133.